Select Your Region
Americas
Europe
Middle East & Africa
Asia Pacific
![]() | ![]() | ![]() | ![]() |
In SAS Enterprise Guide and the SAS Add-In for Microsoft Office, the order in which data items appear when you open an information map depends on which release of the software you are using.
Note: In SAS Enterprise Guide, this is the order in which the data items appear in the Available data items list. When using the SAS Add-In, this is the order in which the data items are inserted into a Microsoft Excel spreadsheet, for example.
The data items appear in the same order as they appear in SAS® Information Map Studio.
The data items are presented in the order in which they were originally added to the information map. This is the order in which the SAS Information Maps LIBNAME Engine reads in the data. This means that the data items might not appear in the same order as they appear when you open the information map in SAS® Information Map Studio.
To determine the order in which data items appear in SAS Enterprise Guide and the SAS Add-In, you can submit the following code in a program window in SAS Enterprise Guide.
libname mylib infomaps
metauser="sasdemo"
metapass="password"
metaserver="machine.name.com"
metaport=8561
mappath="<your-information-map-path-in-metadata>"
metarepository=Foundation;
proc contents data=mylib.'<your-information-map-name>'n;
run;
|
Here is an example:
libname mylib infomaps
metauser="sasdemo"
metapass="xxxxxxxx"
metaserver="metadata.server.sas.com"
metaport=8561
mappath="/Shared Data/MapsTables"
metarepository=Foundation;
proc contents data=mylib.'CLASS data item order'n;
run;
|
Here are the sample results. The observation column indicates the order in which the data items were added to the information map (Height, Weight, Age, Name, and Sex).
Product Family | Product | System | Product Release | SAS Release | ||
Reported | Fixed* | Reported | Fixed* | |||
SAS System | SAS Add-in for Microsoft Office | Microsoft Windows 2000 Advanced Server | 2.1 | 9.1 TS1M3 SP4 | ||
Microsoft Windows 2000 Datacenter Server | 2.1 | 9.1 TS1M3 SP4 | ||||
Microsoft Windows 2000 Server | 2.1 | 9.1 TS1M3 SP4 | ||||
Microsoft Windows 2000 Professional | 2.1 | 9.1 TS1M3 SP4 | ||||
Microsoft Windows NT Workstation | 2.1 | 9.1 TS1M3 SP4 | ||||
Microsoft Windows Server 2003 Datacenter Edition | 2.1 | 6.1 | 9.1 TS1M3 SP4 | 9.4 TS1M0 | ||
Microsoft Windows Server 2003 Enterprise Edition | 2.1 | 6.1 | 9.1 TS1M3 SP4 | 9.4 TS1M0 | ||
Microsoft Windows Server 2003 Standard Edition | 2.1 | 6.1 | 9.1 TS1M3 SP4 | 9.4 TS1M0 | ||
Microsoft Windows XP Professional | 2.1 | 6.1 | 9.1 TS1M3 SP4 | 9.4 TS1M0 | ||
Windows Vista | 2.1 | 6.1 | 9.1 TS1M3 SP4 | 9.4 TS1M0 | ||
Windows Vista for x64 | 2.1 | 6.1 | 9.1 TS1M3 SP4 | 9.4 TS1M0 | ||
SAS System | SAS Enterprise Guide | Microsoft Windows XP Professional | 4.1 | 6.1 | 9.1 TS1M3 SP4 | 9.4 TS1M0 |
Microsoft Windows Server 2003 Standard Edition | 4.1 | 6.1 | 9.1 TS1M3 SP4 | 9.4 TS1M0 | ||
Microsoft Windows Server 2003 Enterprise Edition | 4.1 | 6.1 | 9.1 TS1M3 SP4 | 9.4 TS1M0 | ||
Microsoft Windows Server 2003 Datacenter Edition | 4.1 | 6.1 | 9.1 TS1M3 SP4 | 9.4 TS1M0 | ||
Microsoft Windows NT Workstation | 4.1 | 9.1 TS1M3 SP4 | ||||
Microsoft Windows 2000 Professional | 4.1 | 9.1 TS1M3 SP4 | ||||
Microsoft Windows 2000 Server | 4.1 | 9.1 TS1M3 SP4 | ||||
Microsoft Windows 2000 Datacenter Server | 4.1 | 9.1 TS1M3 SP4 | ||||
Microsoft Windows 2000 Advanced Server | 4.1 | 9.1 TS1M3 SP4 | ||||
Windows Vista | 4.1 | 6.1 | 9.1 TS1M3 SP4 | 9.4 TS1M0 | ||
Windows Vista for x64 | 4.1 | 6.1 | 9.1 TS1M3 SP4 | 9.4 TS1M0 |